Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): Respect force-exclude for binary files #1131

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

epage
Copy link
Collaborator

@epage epage commented Oct 23, 2024

Fixes #1126

@epage epage enabled auto-merge October 23, 2024 10:15
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11477791759

Details

  • 0 of 4 (0.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 22.789%

Changes Missing Coverage Covered Lines Changed/Added Lines %
crates/typos-cli/src/bin/typos-cli/main.rs 0 1 0.0%
crates/typos-cli/src/file.rs 0 3 0.0%
Totals Coverage Status
Change from base Build 11432065555: 0.0%
Covered Lines: 536
Relevant Lines: 2352

💛 - Coveralls

@epage epage merged commit c720ae2 into crate-ci:master Oct 23, 2024
19 checks passed
@epage epage deleted the force-exclude branch October 23, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore binary files explicitly passed (For use in pre-commit on staged files)
2 participants